home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef Hallo6H
- #define Hallo6H
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-verwaltete Komponenten
- TLabel *Label1;
- TRadioGroup *RadioGroup1;
- TCheckBox *CheckBox1;
- TCheckBox *CheckBox2;
- TCheckBox *CheckBox3;
- TGroupBox *GroupBox1;
- TButton *Button1;
-
- void __fastcall RadioGroup1Click(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall CheckBox1Click(TObject *Sender);
- void __fastcall CheckBox2Click(TObject *Sender);
- void __fastcall CheckBox3Click(TObject *Sender);
- private: // Benutzer-Deklarationen
- public: // Benutzer-Deklarationen
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-